Hi,
I work for a French small ISP.
I want to replace my CE Router from Cisco to Mikrotik.
Here you can see how we work today.
I tried 3 days to found how to nat the trafic from eth1 to eth0 using the loopback interface adddress.
If someone know how to do that, thank you in advance.

Cisco Config :
policy-map Global_C2E
class class-default
set cos 2
!
interface Loopback1500
description PUBLIC_IP
ip address 185.71.35.23 255.255.255.255
!
interface FastEthernet0/0
description Fa(0/0) to Backbone
mtu 1600
no ip address
speed 100
full-duplex
!
interface FastEthernet0/0.2900
description Fa(0/0.2900) to FR-MPL02-RTR001
mtu 1600
encapsulation dot1Q 2900
ip address 10.10.10.254 255.255.255.0
ip nat outside
ip virtual-reassembly
no cdp enable
service-policy output Global_C2E
!
interface FastEthernet0/1
description Fa(0/1) to LAN_CLIENT
ip address 192.168.0.254 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
ip nat inside source list 10 interface Loopback1500 overload
access-list 10 permit 192.168.0.0 0.0.255.255
ip route 0.0.0.0 0.0.0.0 10.10.10.254