Go in to terminal mode (you can do this in Winbox - new terminal).
Type this in and press return: /ip firewall nat print
Your output should look like this for your dst-nat rule:
chain=dstnat dst-address=200.200.200.107 action=dst-nat to-addresses=10.10.224.10
to-ports=0-65535
This IP address does NOT need to be put on any interface - your MT will see this come to it and will dst-nat it to the correct ‘internal’ IP address. This provided of course that 200.200.200.xx/29 is routed to your WAN2 interface by your upstream router (or by your upstream connectivity provider’s router…)
The order of your rules should also be changed. Dst-nat first, then the src-nat and then last should be your masq rule. Use Winbox, left click and hold mouse button on the masq rule, then drag it to the bottom. That should get your rule order correct.