Bullets can be set in the settings and through an event. You can have a global variable and increase the speed with each press
Global Variable BulletSpeed=200
On key preessed: Set Sprite Bullet Speed = BulletSpeed
.............................: Add 10 to BulletSpeed
If you need more help I have a CAPX of a similar game I just made that I will PM you.