private sub avvio()
'codice programma
end sub

private sub button1_click....
Dim MyThread As New Thread(AddressOf AVVIO)
MyThread.Start()
end sub
Yes, It's ok.

come faccio?
Fai esattamente come ti ho detto io, solo che metti AddressOf Avvio sull'inizializzazione del thread.