C'est possible avec une petite macro :

 

Sub PrintAll()
Dim aDoc as Document
For Each aDoc In Documents
aDoc.PrintOut
Next
End Sub