Use conditions that check when the bullets exceed a certain X value for both the left and the right sides of the layout. Then spawn your bullets from a point that is a little less than that threshold.
For example:
when "Bullet" X > 1300
-Or
when "Bullet" X < -20 --------------> "Bullet" Destroy.
Those values are for a layout with 1280 width. If you create your bullets from -10 and 1290 you should be ok.