'VBA Run two Commands at once together Beep Command

I have made a program that generates frequencies using the Beep statement.

For example: Beep(Val(FreqTestTxt.Text), Val(DurLbl.Text) * 1000)

What I need to do though is to Generate 2 frequencies at once. How can it be done?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source