Sound.Clone
From Xojo Documentation
Method
Returns a clone of the sound as a Sound, but can be played, stopped, and modified independently of the original sound.
Notes
Use Clone instead of opening the same sound file twice, because Clone is likely to be substantially more efficient.
Example
This example clones a sound that has been added to the project and plays it.