connet two mikrotik with different Isp provider

Hello all,
I have two mikrotik and two wan ISp link with publik IP, are in same Rackmount
MIK1: rb2011
wan 222.222.222.178
bridge wan ether2: server 222.222.222.180


Mik2: rb750
wan 80.80.80.6
ether2: 192.168.10.0


How the client with 192.168.10.10 from MIK2 connect direct the server with ip 222.222.222.180 on MIK1 not from WAN but all the traffic pass from MIK2 and MIK1.

Can I setup a LAN connected from MIK2 and MIK1 that are in same Rackmount

#connect two mikrotik with different Isp provider

I suggest can connect vpn like pptp server between two mik1 and mik2,
After You can connect computer between them.

But IF i Creat VPn the trafic from MIK2 to MIK1 will pass from wan? I don’t want because the traffic to Server 222.222.222.180 is more 5mb.

Probably. Can you connect direct cable between free ports? If so, then do it, set routes and you’re done.

you say that I can connect cable between and set static route between and It will OK?

It’s the basic idea. Connect MIK1 and MIK2 and set routes both ways. Plus if server is independent and uses something else (ISP’s router) as default gateway, you’ll need to put another route there, so that it knows that 192.168.10.10 is available via 222.222.222.178. Adjust yur firewall if needed and enjoy.