Manually manipulate the routing tables. Necessitates to be root. More information: https://www.manpagez.com/man/8/route/.
sudo route add "{{destination_ip_address}}" "{{gateway_address}}"
sudo route add "{{subnet_ip_address}}/24" "{{gateway_address}}"
sudo route -t add "{{destination_ip_address}}/24" "{{gateway_address}}"
sudo route flush
sudo route delete "{{destination_ip_address}}/24"
sudo route get "{{destination}}"