Ping to a host behind two Mikrotik Router

Hello everybody...


from host 192.168.13.2 I can ping to host 192.168.1.2 and other hosts of that network. But I can't ping to 192.168.13.2 from the host 192.168.1.2

ROUTER A
NAT:

0 chain=srcnat action=masquerade src-address=192.168.13.0/24

Route:

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 22.22.22.1 1
1 ADC 22.22.22.0/24 22.22.22.2 ether1 0
2 ADC 192.168.13.0/24 192.168.13.1 ether2 0

address:

ADDRESS NETWORK INTERFACE

0 ;;; IP LOCAL
192.168.13.1/24 192.168.13.0 ether2
1 ;;; IP DE TRANSPORTE
22.22.22.2/24 22.22.22.0 ether1

FILTER RULES:

Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward action=accept

ROUTER B:

Nat:

0 chain=srcnat action=masquerade src-address=22.22.22.0/24

ROUTE:

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 192.168.1.223 1
1 ADC 22.22.22.0/24 22.22.22.1 ether1 0
2 ADC 192.168.1.0/24 192.168.1.222 ether2 0

Address:

ADDRESS NETWORK INTERFACE

0 ;;; WAN
22.22.22.1/24 22.22.22.0 ether1
1 ;;; LAN
192.168.1.222/24 192.168.1.0 ether2

FILTER RULES:

Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward action=accept

Solution:
Router B

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

192.168.13.0/24 22.22.22.2 1

Router C

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

192.168.13.0/24 192.168.1.222 1

Thank u for your atention!!!!