Unless I’m misunderstanding what you are wanting to do you aren’t looking for a static route but for destination NAT - you want to dst NAT 115.127.11.100 to 192.168.1.1 and src NAT the opposite
Yes i did as mention on page but the problem is linux server running with other isp. after put those command on mikrotik i can see packet is sending on 192.168.1.1 but receive showing none when ping 115.127.11.100
[admin@extremecorp] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
Move those two rules to the very top of your NAT rules (20 and 21 indicate you have a lot more rules).
You should probably also assign a second IP within 115.127.11.96/29 to the WAN interface and use that for generic NAT/PAT (the masquerade rule you probably have) so that other traffic can’t clash with ports chosen for the 1:1 NAT for the Linux server.