This will run the first script every five minutes and then another script offset by 2 minutes from the first script

*/5 * * * * /path/to/your/first_script.sh
2-59/5 * * * * /path/to/your/second_script.sh