Route 1 ip throught vpn

Hello all. I have basic knowledges in mikrotik and i need a little help😅.
I have one network device with local ip and one mikrotik “A” in this network location 1
Also i have another mikrotik “B” in location 2.
I need that the ip of the device in network 1 to go throught internet from mikrotik “B”
What do you suggest?
Thanks.

Are you trying to make a site-to-site VPN where Site/Location 1 will route all it’s internet traffic over the VPN to Site/Location 2 ?

I am trying to make site to site but i need only 1 ip of one site to go throught internet from the other site.

You’d have to set up a mangle rule to mark all packets from the one IP you wish to route over the VPN. You’d apply a routing mark. Then you’d create a route that applies to packets with said routing mark to forward it to the IP of your remote end point. Your remote end point would need to have a route added as well (but no mangle) to send packets back over the VPN to the original sender. That’s the general overview of how it would work I think.