Port forwarding to external address not working

Here is my setup.
I have several devices attached to my mikrotik that have nat ports 60000 - 60007 used. 1 port for each device. Say Wan IP is 2.2.2.2

I then have a second location with the same exact setup. Just different WAN IP address say 3.3.3.3

My problem is when I try to get to 3.3.3.3:60000 device, from behind 2.2.2.2. I will always get forwarded to 2.2.2.2:60000 device.

How can I tell the mikrotik to ignore internal port forwarding for lack of a better term?

Add more qualifiers to the NAT rule to only catch traffic you want to catch. A good one is usually ‘in-interface=WAN’.

Worked like a champ. Thanks!!!