Say you're running these WAN links between remote sites, one is frame, the other is VPN over DSL:
For Site A you have:
LAN subnet: 192.168.0.0/23
Router-A for frame: LAN IP = 192.168.0.1/23
Router-B for DSL: LAN IP = 192.168.1.1/23
Your hosts PC use static IP and have the following IP configuration:
Hosts with 192.168.0.2 - 192.168.0.254 use router-A as default gateway
Hosts with 192.168.1.2 - 192.168.1.254 use router-B as default gateway
For Site B you have:
LAN subnet: 192.168.2.0/23
Router-C for frame: LAN IP = 192.168.2.1/23
Router-D for DSL: LAN IP = 192.168.3.1/23
Your hosts PC use static IP and have the following IP configuration:
Hosts with 192.168.2.2 - 192.168.2.254 use router-C as default gateway
Hosts with 192.168.3.2 - 192.168.3.254 use router-D as default gateway
Then on Router-A, put static route for 192.168.2.0/24
On Router-B, put static route for 192.168.3.0/24
On Router-C, put static route for 192.168.0.0/24
On Router-D, put static route for 192.168.1.0/24
You can manually do the load-sharing but the percentage may not necessarily be 50/50 cos it depends on the traffic pattern on the hosts. And this involves huge administrative overhead.
Also if one router goes down, then half of your network will go down too.