Zend certified PHP/Magento developer

Routing through Second Interface

Is it possible to route such request ( refer image below ) through our second interface? I have two interfaces on my VM. ens3 & ens5.
ens5 is the Secondary Interface

I am using below commands to route ipv4 using secondary interface

ip r add 100.10.10.0/24 dev ens5 table 101
ip r add default via 100.10.10.1 table 101
ip ru add to 1.1.1.1/32 lookup 101
ip ru add to 2.2.2.2/32 lookup 101

I tried to search the web but couldn’t get anything relevant as I am new to this.

Wireshark Capture