Port forward problem

First, excuse my poor English.
Please help me with port forwarding in my Mikrotik. I have 2 mikrotiks, in one everything works well. In another, I am not able to do port forwarding.
In ETH1 is connect on wan IP.
In SFP1 I have L3 switch (10.250.0.145) and some routers on PPPOE (behind OLT).
Everything works well, but dstnat no.
For example, I want forward port to telnet of switch:
I do in Firewall NAT
chain=dstnat action=dst-nat to-addresses=10.250.0.145 to-ports=23 protocol=tcp in-interface=ether1 dst-port=5024 log=yes log-prefix=“145_test”
I can see packets in this chain, but doesnt work. When go to telnet in mikrotiks winbox and do 10.250.0.145 everything works well.
Or, I want to forward port to router on PPPOE, I give fix remote IP in PPPOE secret, correctly set port forwarding in router, and then do in mikrotiks firewall nat:
chain=dstnat action=dst-nat to-addresses=192.168.110.228 to-ports=88 protocol=tcp dst-address-type=“” in-interface=ether1 dst-port=5002 log=yes log-prefix=“test_port”
and the same as in first example.

Could anyone help?

Thanks

Edit: SOLVED - everythink was done correctly, mistake was on client’s side…