After some test:
set security nat destination pool pool_NAS address 192.168.5.160/32 set security nat destination rule-set Nat-Inside from zone untrust set security nat destination rule-set Nat-Inside rule Torrent match source-address 0.0.0.0/0 set security nat destination rule-set Nat-Inside rule Torrent match destination-address 0.0.0.0/0 set security nat destination rule-set Nat-Inside rule Torrent match destination-port 51413 set security nat destination rule-set Nat-Inside rule Torrent then destination-nat pool pool_NAS set security policies from-zone trust to-zone untrust policy pol_NAS match source-address any set security policies from-zone trust to-zone untrust policy pol_NAS match destination-address any set security policies from-zone trust to-zone untrust policy pol_NAS match application any set security policies from-zone trust to-zone untrust policy pol_NAS then permit
now my SRX210 accept the commit but port 51413 it's always closed.