Start one and background it, repeat.
Although you're quickly going to max out your drive's io like that.
eg:
Code:
dd if=/dev/sda of=/dev/sdb &
dd if=/dev/sda of=/dev/sdc &
dd if=/dev/sda of=/dev/sdd &
edit: likely to the point of becoming slower than a sequential copy.