arduino motor controllers in parallel?

hello i asked a question before about using rc car esc's instead of motor drivers. all was working well until i discovered that the brake function in the esc was interfering when i was using the servo library to control the esc when i have the object avoidance code running. so i thought that would it be possible to wire two arduino motor controllers in parallel to increase current output?

here are the motor drivers:

http://www.ebay.com.au/itm/L298N-DC-Stepper-Motor-Dual-H-Bridge-Drive-Controller-Board-Module-for-Arduino-/190779229320?pt=AU_B_I_Electrical_Test_Equipment&hash=item2c6b540488&_uhb=1#ht_5248wt_1037

Yes, you can hook most H-bridge motor drivers in parallel to double the current handling capability.

okay thanks just what i wanted to know. Im new to this so i will update you on how i will go.