2 Wan, 1 dhcp-client, 1 PPPoe-client with fixed IP, fail over

Hi, I’m pretty green on Mikrotik’s and routing in general. I’m trying to setup a router for my brother

I have 2 Wans to connect to the internet.
ether1 wan-3g with dhcp-client
ether5 wan-adsl using PPPOE-client which has a fixed IP.
ether2 Lan 192.168.125.0/24
ether4 Lan 192.168.127.0/24

wan-adsl connection is a lot slower than the 3g and we use it for failover and to connect to the LAN from the outside with it’s fixed IP

I have a Route setup which is working for failover. My problem is I can’t connect from outside unless I disconnect/disable wan-3g

/ip route
add check-gateway=ping gateway=192.168.1.1
add distance=2 gateway=pppoe-wan-adsl


Any help would be appreciated

Dave