/ip firewall nat add action=dst-nat chain=dstnat dst-address=10.10.10.52 dst-port=80,443 \
in-interface=ether1 protocol=tcp to-addresses=192.168.0.2 
 
 /ip firewall filter \ 
add action=accept chain=forward dst-address=10.10.10.52 dst-port=80,443 in-interface=ether-1 protocol=tcp 
 /ip firewall filter
add action=accept chain=forward connection-nat-state=dstnat dst-address=\
10.10.10.52 in-interface-list=WAN 
 
 /ip firewall nat add action=dst-nat chain=dstnat dst-address=10.10.10.52 in-interface=ether-1 to-addresses=192.168.0.2