It is possible with a workaround.
You can host a WinFormsAvaloniaControlHost with an Avalonia Control in a WindowsFormsHost.
WPF -> WindowsFormsHost -> WinFormsAvaloniaControlHost -> Avalonia Control
Things like scrolling/sizing might not work out of the box.