Well, I still don't understand what is the advantage. Ok, any connections initiated from the outside world will be on the bound interface, but connections initiated by the client will have to submit themselves to the route the system will choose. Maybe worse, you may end up sending something in one interface and receiving the answer on the other interface. Linux discards this kind of reply by default, you need to configure your kernel to accept this.
Cheers!