Unfortunately, there is no built-in method for this, so some trigonometry is needed. To calculate the direction from sprite 1 to sprite 2, you can calculate the offset from 1 to 2 in x and y, then use the function atanto find the desired angle:

, , , (aka cross product):

Scratch.