Hiya, this is as simple as using the order of actions to pick the instance, so this :
gun spawn bullet on image point 1
bullet set angle of motion -45
gun spawn bullet on image point 2
bullet set angle of motion 45
The spawn action allows you to specify image point.
The set angle picks the instance that was just created.