Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Simultaneously, I think you mean. You can background the first task with &.

#!/bin/bash
sleep 5
echo after sleep, the echo

------

#!/bin/bash
sleep 5 &
echo echoing immediately
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.