Can't play Audio when other one is playing

i am working on a flappy bird Project to learn this game developing.
i have made a way and i have problems with sound now.
i hae a wing audio and point audio.
when i click the Mouse bird jumps and wing audio plays.
its okay up here.
when i get a point it plays point audio too.
but the problem is that if i click for jump wing audio plays and prevents point audio.
point audio plays but i have to stop clicking to hear it because wing audio plays and cant hear point audio.
i am not sure if i could tell this but if you can help me i will be so thankful.

An audiosource can only play one sound at once. Simple to fix: use two audiosources - one for point and one for wing.